Class com.symantec.itools.awt.MaskedTextFieldBeanInfo
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.awt.MaskedTextFieldBeanInfo

Object
   |
   +----SimpleBeanInfo
           |
           +----HelperBeanInfo
                   |
                   +----com.symantec.itools.awt.MaskedTextFieldBeanInfo

public class MaskedTextFieldBeanInfo
extends HelperBeanInfo
BeanInfo for the MaskedTextField component.


Variable Index

 o m_WinHelpID

Constructor Index

 o com.symantec.itools.awt.MaskedTextFieldBeanInfo()

Method Index

 o getBeanClass()
 o getMethodDescriptors()
Gets an array of descriptions of the methods used for "connections" by Visual CafΘ's Interaction Wizard.
 o getPropertyDescriptors()

Variables

 o m_WinHelpID
protected static final java.lang.String m_WinHelpID

Constructors

 o MaskedTextFieldBeanInfo
public MaskedTextFieldBeanInfo()

Methods

 o getBeanClass
protected java.lang.Class getBeanClass()
Overrides:
getBeanClass in class HelperBeanInfo
 o getMethodDescriptors
public java.beans.MethodDescriptor[] getMethodDescriptors()
Gets an array of descriptions of the methods used for "connections" by Visual CafΘ's Interaction Wizard. Included in each method description is a CONNECTIONS ActionDescriptor.

Returns:
method descriptions for this bean
Overrides:
getMethodDescriptors in class SimpleBeanInfo
See Also:
ActionDescriptor
 o getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Overrides:
getPropertyDescriptors in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index